home *** CD-ROM | disk | FTP | other *** search
- Path: news.uh.edu!usenet
- From: Sensarn <txs53132@bayou.uh.edu>
- Newsgroups: comp.lang.c++,alt.msdos.programmer,comp.programming
- Subject: Re: SVGA mode Video Buffer?
- Date: 17 Mar 1996 02:49:06 GMT
- Organization: AEtna Insurance Agency
- Message-ID: <4ifuj2$bf6@masala.cc.uh.edu>
- References: <4if600$i9l@skydiver.jaguNET.com> <4if65l$i9l@skydiver.jaguNET.com>
- NNTP-Posting-Host: sip-14273.public-dialups.uh.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1 (Windows; U; 16bit)
-
- I would use a far pointer to A000:0000h:
-
- unsigned char far *vbuffer=(unsigned char far *)0xA0000000l;
-
- I assume that you are using a linear screen mode (256 colors usually
- implies that). Use Ralph Brown's Interrupt List for help on bank
- switching (int 10h extended function 4fh subfunction 05h -- I type that a
- lot, don't I?).
-
- --
- ______________________________
-
- Steven Sensarn
- E-Mail - txs53132@bayou.uh.edu
- ______________________________
-
-
-